Click or drag to resize

ExtendedPropertyListItem Property (ExtendedPropertyPath)

Gets the value associated with the specified property path.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ExtendedProperty this[
	ExtendedPropertyPath propertyPath
] { get; }

Parameters

propertyPath
Type: Independentsoft.ExchangeExtendedPropertyPath
The path of the property we should get.

Return Value

Type: ExtendedProperty
The ExtendedProperty object.
See Also